-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a travis builder for wasm32-unknown-emscripten #42631
Conversation
- rename emscripten docker image to asmjs - create wasm32 docker image
Files with extensions .asm.js are used to generate .wasm files, they are not intented to be execute.
(rust_highfive has picked a reviewer for you, use r? to override) |
This is an alternative to #42059 |
We are running out of builders... but testing wasm32 in the same builder of asmjs would take too much time. |
Looks awesome, thanks for this! I think that the cwd business could be fixed as well with #42059, right? Perhaps this could add a |
I think so.
Ok. Can we try this before to confirm it works on travis? |
Sure yeah! Want to just tag it with |
Timeout :( If you run |
It passes locally. I will move the image to disabled. |
Done. |
@bors: r+ |
📌 Commit 9da77b3 has been approved by |
⌛ Testing commit 9da77b3 with merge 915b4ae... |
💔 Test failed - status-appveyor |
⌛ Testing commit 9da77b3 with merge 2057edf... |
💔 Test failed - status-travis |
@bors retry
|
@bors: retry
* osx timed out
…On Thu, Jun 15, 2017 at 1:28 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/243303924?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#42631 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95AxLz1cRzNRGYxY29m0UkJYx0wM6ks5sEXfLgaJpZM4N4ilO>
.
|
Add a travis builder for wasm32-unknown-emscripten This commits add an entry to travis matrix that will execute wasm32-unknown-emscripten tests suites. - Emscripten for asmjs was updated to sdk-1.37.13-64bit - The tests are run with node 8.0.0 (it can execute wasm) - A wrapper script is used to run each test from the directory where it is (workaround for emscripten-core/emscripten#4542) - Some tests are ignore, see #42629 and #42630
☀️ Test successful - status-appveyor, status-travis |
This commits add an entry to travis matrix that will execute wasm32-unknown-emscripten tests suites.